home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / grafik / fgl105 / 03-02.c < prev    next >
Encoding:
Text File  |  1991-05-05  |  144 b   |  12 lines

  1. main()
  2. {
  3.    fg_setmode(3);
  4.    fg_cursor(0);
  5.  
  6.    fg_setcolor(15);
  7.    fg_text("Hello, world.",13);
  8.  
  9.    fg_waitkey();
  10.    fg_reset();
  11. }
  12.